GET account/hasrights

Query if a user has rights to a resource.

Request Information

URI

https://ofd-api.blueprintcpq.net/account/hasrights?rights[0]={rights[0]}&rights[1]={rights[1]}&page={page}&section={section}&action={action}&menuItem={menuItem}&deployment={deployment}

URI Parameters

NameDescriptionTypeAdditional information
rights

The rights.

Collection of string

Required

page

The page.

string

None.

section

The section.

string

None.

action

The action.

string

None.

menuItem

The menu item

string

None.

deployment

The deployment.

string

None.

Body Parameters

None.

Response Information

Resource Description

True if has rights, false if not.

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>